docs: point compliance page to Ory Trust Center#2518
Conversation
Update ISO 27001 reference to ISO 27001:2022 and remove direct link to the hosted certificate PDF. Direct readers to https://trust.ory.com for the ISO certificate, SOC 2 Type 2 report, and all other compliance documentation. Also drop the now-unused iso27001 resource route.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThe pull request updates documentation references for ISO 27001 from the 2013 standard to 2022, removing direct certificate download links and instead directing users to the Ory Trust Center. A corresponding route mapping for the ISO 27001 resource is removed from the console routes configuration. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
Updates compliance documentation to reference the current ISO 27001 revision and centralizes compliance artifacts in the Ory Trust Center, while removing an unused console route entry.
Changes:
- Update ISO 27001 reference from 2013 to 2022 and direct readers to trust.ory.com for compliance documentation.
- Adjust SOC 2 Type 2 section wording to reference requesting access via the Trust Center.
- Remove the unused
routes.resources.iso27001route entry from console routes.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/components/ConsoleLink/console-routes.ts |
Removes the unused resources.iso27001 URL from the exported routes map. |
docs/security-compliance/compliance-and-certifications.md |
Updates ISO 27001 and SOC 2 guidance to point to the Ory Trust Center and refreshes the ISO revision reference. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
routes.resources.iso27001entry insrc/components/ConsoleLink/console-routes.ts.The certificate PDF itself is hosted on
ory.com(not this repo), so removing that asset is a separate follow-up for the website.Summary by CodeRabbit